Represents a 2D Point. More...
Public Member Functions | |
Point ()=default | |
Point (float x, float y) | |
Public Attributes | |
float | _x = 0.f |
The x component of the point position. | |
float | _y = 0.f |
The y component of the point position. | |
Represents a 2D Point.
|
default |
Default constructor.
nkMaths::Point::Point | ( | float | x, |
float | y | ||
) |
Constructor.
x | The x component of the point's position. |
y | The y component of the point's position. |